Skip to content

docs: lesson 7 - mcp #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

softchris
Copy link
Collaborator

No description provided.

@softchris softchris changed the title docs: lesson 7 - mcp WIP: docs: lesson 7 - mcp Apr 11, 2025
@softchris softchris changed the title WIP: docs: lesson 7 - mcp docs: lesson 7 - mcp May 15, 2025

C. Tools, Resources and Prompts

[Solution Quiz](/lessons/07-mcp/solution/solution-quiz.md)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd want this at the bottom after the questions right?

In this chapter, we've learned the following:

- Model Context Protocol, MCP, is a great way to offload capabilties into servers instead of putting all your features in one place. This allows for your apps to stay small and focused. The added bonus is that different teams can manage different servers also. Thanks to MCP being a protocol this additionally means that anyone out there looking to share capabilities and can do so in a common format.
- Additionally we looked into how to consume an MCP Server using the Inspector tool or a written client.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other chapters have something like this at the end. Let's add that for this one too especially given MCP will be very new to most people.

## Self-Study resources

- [Retrieval-Augmented Generation and Indexes](https://learn.microsoft.com/azure/ai-studio/concepts/retrieval-augmented-generation)
- **Sample apps**:
  * [Serverless AI Chat with RAG](https://github.com/Azure-Samples/serverless-chat-langchainjs/)
  * [Ask Youtube: A RAG-based Youtube Q&A API](https://github.com/Azure-Samples/langchainjs-quickstart-demo)
- [Full-length workshop: Create your own ChatGPT with RAG](https://moaw.dev/workshop/gh:azure-samples/azure-openai-rag-workshop/docs/workshop-qdrant.md)


E. All of the above

## Summary
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like having this, but in looking at a few of the other chapters they don't have a summary section. Once these new chapters are published it'd be good to back and add that. Nice way to wrap up the chapters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants